Interface DHCPSubOptionRemoteId

All Superinterfaces:
DHCPOption, IPCData, Pdu, Signal
All Known Implementing Classes:
DHCPSubOptionRemoteIdImpl

public interface DHCPSubOptionRemoteId extends DHCPOption
  • Method Details

    • getGetRemoteIdType

      Byte getGetRemoteIdType()
      Returns:
      Byte Returns a Byte
    • setGetRemoteIdType

      void setGetRemoteIdType(Byte getRemoteIdType)
      Parameters:
      getRemoteIdType - Takes in a parameter of getRemoteIdType
    • getGetRemoteIdLength

      Byte getGetRemoteIdLength()
      Returns:
      Byte Returns a Byte
    • setGetRemoteIdLength

      void setGetRemoteIdLength(Byte getRemoteIdLength)
      Parameters:
      getRemoteIdLength - Takes in a parameter of getRemoteIdLength
    • getGetMacAddress

      MACAddress getGetMacAddress()
      Returns:
      MACAddress Returns a MACAddress
    • setGetMacAddress

      void setGetMacAddress(MACAddress getMacAddress)
      Parameters:
      getMacAddress - Takes in a parameter of getMacAddress